home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
scrnmasm.arc
/
WRITECHR.MAC
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-11-20
|
321 b
|
15 lines
WriteChar Macro Byte
IFB <Byte>
IF1
%Out Missing parameter used in WriteChar macro
.Err
Exitm
Endif
Endif
IFNDEF WriteCharToScreen
Extrn WriteCharToScreen:Near
EndIf
Mov AL,Byte
Call WriteCharToScreen
Endm